flowchart TB
collect("Collect Data")
align("Align to Darwin Core")
create("Create a Darwin Core Archive (DwC-A)")
register("Register DwC-A with OBIS/GBIF")
collect-->align-->create-->register
classDef default fill:#f9f,stroke:#333,stroke-width:1px,font-size:48px;